5.3.3 APPX Application Design Manual

+ Chapter 1-1: Overview of Application Design
+ Chapter 1-2: Getting Started
+ Chapter 1-3: Data Dictionary
+ Chapter 1-4: Understanding Process Design
+ Chapter 1-5: Interprocess Communication
+ Chapter 1-6: Customizing Your Application
+ Chapter 1-7: The Documentation Facility
+ Chapter 1-8: Application Design Tools
+ Chapter 2-1: Data Dictionary Overview
+ Chapter 2-2: Data Dictionary Concepts
+ Chapter 2-3: Domains
+ Chapter 2-4: Files and Fields
+ Chapter 2-5: Work Fields
+ Chapter 3-1: Overview of APPX Processes
+ Chapter 3-2: Getting Started
+ Chapter 3-3: Process Definition
+ Chapter 3-4: Menu Processes
+ Chapter 3-5: Job Processes
+ Chapter 3-6: Input Processes
+ Chapter 3-7: Output Processes
+ Chapter 3-8: Update Processes
+ Chapter 3-9: Query Processes
+ Chapter 3-10: Inquiry Processes
+ Chapter 3-11: Status Processes
+ Chapter 3-12: Subroutine Processes
+ Chapter 3-13: Table Processes
+ Chapter 3-14: Automatic and Optional Children
+ Chapter 3-15: Using the Image Editor
- Chapter 3-16: Using GUI Features of the Image Editor
+ Chapter 3-17: Using Event Points
+ Chapter 4-1: ILF Integration
+ Chapter 4-2: True/False Status Indicators
+ Chapter 4-3: Specifying Statements
+ Chapter 4-4: The ILF Editor
+ Chapter 4-5: The Appx ILF Debugger
+ Chapter 4-6: ILF Keyword Reference
+ Chapter 4-7: Predefined Fields
+ Chapter 4-8: Runtime Subroutine's and Predefined Processes
+ Chapter 4-9: Appx Chart Director API

Chapter 3-16: Using GUI Features of the Image Editor

RAW Text Widgets


A widget defined as RAW TEXT will not honor html tags, whereas one defined as a LABEL or TEXT AREA will do so. RAW TEXT may be used on ALPHA and TEXT fields. RAW TEXT indicates that the data should be printed as stored with no formatting applied by APPX.

When used with either an ALPHA field or a TEXT field RAW TEXT will not apply any html formatting. Data will not word-wrap, and instead will break on a character with a default position of the top and left of the widget area. Underscores for required spaces and APPX paragraph characters will print as data. Widget attributes will be honored. If no widget attributes are set the result of a RAW TEXT widget should be the same as an ALPHA field printed with no widget.

The table below summarizes the behaviors of various output process widget types for ALPHA and TEXT fields as of Release 5.0.0:

 

Field Type / Widget Type No Widget RAW TEXT LABEL TEXT AREA
ALPHA No change to prior behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to prior behavior:
Applies html formating.
Does not word-wrap text.
Prints elipses when truncating text that will not fit within the field.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces
No change to prior behavior
Applies html formating.
Word-wraps text based on field width.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces
TEXT No change to prior behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to prior behavior
Same as TEXT AREA widget except that the default text position is left center.
No change to prior behavior
Applies html formating.
Word-wraps text based on field width.
Honors APPX end-of-paragraph characters.
Substitutes required spaces for underscore characters.
Default text position is left top

 

Application Design Manual                                         "Powered by Appx Software"

1156

©2006 By APPX Software, Inc. All Rights Reserved